- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- copy files from cd to server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 09:17 AM
тАО10-03-2003 09:17 AM
copy files from cd to server
I am fairly new to Unix environment. I am trying to copy files from cd to hp unix 11.00
server using swcopy. first of all is it OK?
I am not getting any prompt per say.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 09:23 AM
тАО10-03-2003 09:23 AM
Re: copy files from cd to server
If you are just trying to copy regular files you can do:
# cp /cdrom/files_to_copy /destination_dir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 09:48 AM
тАО10-03-2003 09:48 AM
Re: copy files from cd to server
which are on this CD and I have to copy thsese files ot unix server.
SO I would like to know all the steps to accomplish it.
also what is SD_CDROM ?
I see cdrom and SD_CDROM in root.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 10:00 AM
тАО10-03-2003 10:00 AM
Re: copy files from cd to server
Second: mount cdrom filesystem
'mount -r -F cdfs /dev/dsk/cxtydz /cdrom'
Then: list the contents of /cdrom directory and if everything is OK copy the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 10:09 AM
тАО10-03-2003 10:09 AM
Re: copy files from cd to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2003 10:11 AM
тАО10-03-2003 10:11 AM
Re: copy files from cd to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2003 07:26 AM
тАО10-04-2003 07:26 AM
Re: copy files from cd to server
1. ioscan to check the path of the cd-rom
ioscan -funC disk
2. mount the cd-rom
mount /dev/dsk/cxtxd0 /cdrom
3.go into the cdrom directory
cd /cdrom
4.copy the file that you want;to path that you want
cp -p /cdrom/
Good Luck
Thanks & Regards
Sri