need help - How to mount DVD rom in AIX in Command line

Dear Friends
could u pls help me on this .
how to mount DVD rom in command line in aix?

THanks
DD

smitty mount

Google returns the following, hope it helps

http://publib.boulder.ibm.com/infocenter/wasinfo/beta/index.jsp?topic=%2Fcom.ibm.websphere.installation.nd.doc%2Finfo%2Fae%2Fae%2Ftins_mount.html

thanks friends..
dose it mount automatically like solaris and linux

mount -v cdrfs -o ro /dev/cd0 /mnt

you can even have it automounted if you want if you configure and enable the cdromd automount daemon. Configuration file is /etc/cdromd.conf and you can unmount with cdumount or cdeject commands or disable the daemon with stopsrc -s cdromd .

Hope this helps
regards
zxmaus