Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mounting a cdrom for an sp frame 2

Status
Not open for further replies.

call

Technical User
Oct 31, 2000
127
US
I would like to know do i mount the cd-rom on the control workstation
to a node or do i load the file off the cd-rom onto the controlworkstation
then move it.

What I have is a upgrade to a software on a cd and i need to get it onto the node.
can anybody help. need direction on how to do this.
Thank you.
 
Hi
c u can place ur software cd on control workstation and export that cdrfs and nfs mount it over any server u want ...in ur case nfs mount it on nodes. and u can work as if u hav monted it localy.
cammands to do achive this is.
1. mount the cdrom locally
mount -rv cdrfs /dev/cd0 /cdrom
2. export the cdrom fs from local m/c.
exportfs -i -o ro,root=<nodename> /cdrom
3. to check the fs exported
exportfs -v
there should be an entry for same fs
4.now nfs mount the fs on node
mount -n <CWSname> /cdrom /cdrom
5. to check mounted fs
mount or df

it shud help
bye
nan aix sys admin
***************
nandkumarg@visto.com
 
Thank you very much. It worked fine.
Have a nice day.
 
Well I always make a directory on the CWS called fixes in my spdata or sputil directory and then do a smit bffcreate to move the stuff to the directory.....

That way the fixes are there for all nodes....
then I export that directory and nfs mount that directory to each of the nodes and allow it to do the smit update_all........

But if you are short on room, you can do as the previous post said.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top