1754323 Members
2330 Online
108813 Solutions
New Discussion юеВ

Re: make_depots

 
SOLVED
Go to solution
Francois Bariselle_3
Regular Advisor

make_depots

hi!

I execute this command on my B160L ignite server:

make_depots -r B.10.20 -s /dev/dsk/c0t2d0

This is the result error:

======= 03/21/02 11:29:36 EST Beginning make_depots


NOTE: Attempting to mount /dev/dsk/c0t2d0
NOTE: Mounted /dev/dsk/c0t2d0 as CDFS at /var/tmp/cddirAAAa10609
NOTE: Checking SD tools version and layout_version of /dev/dsk/c0t2d0
NOTE: Obtaining bundle information from /dev/dsk/c0t2d0
WARNING: The bundle "B3782EA" will not be processed because it has a bad
category tag: OrderedHP-UX

NOTE: Processing bundles found in depot
NOTE: Beginning execution of swcopy commands
NOTE: Beginning swcopy from /dev/dsk/c0t2d0 to
/var/opt/ignite/depots/Rel_B.10.20/core_700
ERROR: "canopus:/var/opt/ignite/depots/Rel_B.10.20/core_700": One or
more filesystems that appear in the filesystem table are not
mounted and cannot be mounted.
* The analysis phase failed for
"canopus:/var/opt/ignite/depots/Rel_B.10.20/core_700".
* Retry execution of swcopy command
ERROR: "canopus:/var/opt/ignite/depots/Rel_B.10.20/core_700": One or
more filesystems that appear in the filesystem table are not
mounted and cannot be mounted.
* The analysis phase failed for
"canopus:/var/opt/ignite/depots/Rel_B.10.20/core_700".
ERROR: swcopy command failed

======= 03/21/02 11:32:30 EST Ending make_depots due to fatal error


Why...
Thanks in advance.
Fais la ...
4 REPLIES 4
Bill McNAMARA_1
Honored Contributor
Solution

Re: make_depots

compare the difference between
cat /etc/fstab

and

mount -p

make them the same either by
1> mounting the filesystems

2> removing the entry from /etc/fstab

Later,
Bill
It works for me (tm)
S.K. Chan
Honored Contributor

Re: make_depots

It appears you got an unmounted filesystem which is in the /etc/fstab file. Either you hash that entry or mount it before you run make_depots.
Francois Bariselle_3
Regular Advisor

Re: make_depots

Hy Bill,

This is my fstab file:

/dev/dsk/c0t6d0 / hfs defaults 0 1
sirius.davie.ca:/tbsys /tbsys nfs rw,suid 0 0
sirius.davie.ca:/tbdat /tbdat nfs rw,suid 0 0
/dev/dsk/c0t5d0 /net hfs rw,suid 0 1
sirius.davie.ca:/tbsys_u2 /tbsys_u2 nfs rw,suid 0 0
/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0

And this is a result of command mount -p:

/dev/dsk/c0t6d0 / hfs defaults 0 1
/dev/dsk/c0t5d0 /net hfs defaults 0 0
sirius.davie.ca:/tbdat /tbdat nfs defaults 0 0
sirius.davie.ca:/tbsys /tbsys nfs defaults 0 0
sirius.davie.ca:/tbsys_u2 /tbsys_u2 nfs defaults 0 0

Can I remove all mention of c0t2d0 in fstab and rerunning make_depot.

Thanks in advance
Fais la ...
S.K. Chan
Honored Contributor

Re: make_depots

You can comment those entries as such..
or you can make a copy of /etc/fstab to say /etc/fstab.backup and remove those entries from /etc/fstab.

dev/dsk/c0t6d0 / hfs defaults 0 1
sirius.davie.ca:/tbsys /tbsys nfs rw,suid 0 0
sirius.davie.ca:/tbdat /tbdat nfs rw,suid 0 0
/dev/dsk/c0t5d0 /net hfs rw,suid 0 1
sirius.davie.ca:/tbsys_u2 /tbsys_u2 nfs rw,suid 0 0
#/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
#/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
#/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
#/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0
#/dev/dsk/c0t2d0 /iuxcdrom0 cdfs ro,suid 0 0