Operating System - HP-UX
1834449 Members
2451 Online
110067 Solutions
New Discussion

igniting from remote system

 
Asya
Regular Advisor

igniting from remote system

Hi,

I'm trying to add 11.23 OS on our ignite server.
DVDrom on the server is broken, so i mounted directory to a cdrom on another server. Can access it just fine.

I tried running the following:
make_depots -r B.11.23 -s /asya

It's failing with an error:
ERROR: swcopy command failed

In log files:
ERROR: "glade:/var/opt/ignite/depots/Rel_B.11.23/core": One or more
filesystems that appear in the filesystem table are not
mounted and cannot be mounted.
* The analysis phase failed for
"glade:/var/opt/ignite/depots/Rel_B.11.23/core".
* Retry execution of swcopy command
ERROR: "glade:/var/opt/ignite/depots/Rel_B.11.23/core": One or more
filesystems that appear in the filesystem table are not
mounted and cannot be mounted.
* The analysis phase failed for
"glade:/var/opt/ignite/depots/Rel_B.11.23/core".
ERROR: swcopy command failed


How can i add 11.23 depot to the system using cdrom on another server?

Thank you!
Asya
1 REPLY 1
Asya
Regular Advisor

Re: igniting from remote system

figured it out.

added -x mount_all_filesystems=false option

Thanks!