Sponsored Content
Operating Systems Solaris UFS on solaris 10, compatible with solaris 8? Post 302350986 by robsonde on Sunday 6th of September 2009 06:06:08 PM
Old 09-06-2009
UFS on solaris 10, compatible with solaris 8?

we have a server runnning solaris 10 (sparc)
this server is attached the a SAN (HP EVA)

we created 23 LUN's and filled them with data.

the we unmounted them and tried to attach the LUN's to a solaris 8 system.

this is where thing get strange...

when we just mount the LUN's it works fine, the data looks to be all good.
after this we updated the vfstab and re-booted.

at boot the OS had issues with the super block.

see errors below.
when we fsck the file system it repairs the super block and marks it as clean.

we still have the same problem at next re-boot.



errors:
Code:
/dev/rdsk/c3t600508B400010AC30001200000200000d0s2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
/dev/rdsk/c3t600508B400010AC30001200000380000d0s2: BAD SUPERBLOCK AT BLOCK 16: BAD VALUES IN SUPER BLOCK
/dev/rdsk/c3t600508B400010AC30001200000380000d0s2: USE AN ALTERNATE SUPERBLOCK TO SUPPLY NEEDED INFORMATION;
/dev/rdsk/c3t600508B400010AC30001200000380000d0s2: e.g. fsck [-F ufs] -o b=# [special ...]
/dev/rdsk/c3t600508B400010AC30001200000380000d0s2: where # is the alternate super block. SEE fsck_ufs(1M).

/dev/rdsk/c3t600508B400010AC30001200000380000d0s2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
/dev/rdsk/c3t600508B400010AC30001200000440000d0s2: BAD SUPERBLOCK AT BLOCK 16: BAD VALUES IN SUPER BLOCK
/dev/rdsk/c3t600508B400010AC30001200000440000d0s2: USE AN ALTERNATE SUPERBLOCK TO SUPPLY NEEDED INFORMATION;
/dev/rdsk/c3t600508B400010AC30001200000440000d0s2: e.g. fsck [-F ufs] -o b=# [special ...]
/dev/rdsk/c3t600508B400010AC30001200000440000d0s2: where # is the alternate super block. SEE fsck_ufs(1M).



any thoughts??
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print Servers compatible with Solaris

Does anyone have any advice on what print servers to use with Solaris I used to use intel but they dicontinued the model we used. I would just use lpadmin to set them up . Any advice on this would be very helpful. (2 Replies)
Discussion started by: xmildx
2 Replies

2. UNIX for Dummies Questions & Answers

solaris File system question ( UFS )

Hello all, I'm ufs file system, how can u use the same disk in another machine with the data in tact? to make it clear, I've an ufs FS in a mount point /file1 ( 8GB). now they decide to reintall the OS. After the reinstall, how can i get the same data as it is? will mounting the disk as /file1... (3 Replies)
Discussion started by: i2admin
3 Replies

3. Solaris

Compatible NICs for Solaris 9 (9/05) x86

Hi, Please can someone recommend me a cheap PCI Network card for Solaris 9 (9/05) for an Intel based PC (x86). I currently have a US Robotics NIC installed, but Solaris does not recognise it and its been too much hassle to find drivers for it etc, so have decided to purchase another NIC that... (3 Replies)
Discussion started by: wajidc
3 Replies

4. BSD

FreeBSD compatibility with Solaris UFS filesystem?

Hi, I'm new to BSD and would like to create a dual-boot between Solaris Express Community Edition and FreeBSD. I would just like to know if the Solaris UFS file system can be written to by BSD? I know that BSD uses UFS2, but I'm hoping that it is backwards compatible with UFS1 provided that... (0 Replies)
Discussion started by: Johnny SSH
0 Replies

5. UNIX for Advanced & Expert Users

solaris 8 libraries compatible solaris 10

Hello, For a company I have to check if it is possible to migrate there environment from a solaris 8 to solaris 10. Is there a tool with which I can check if the libraries running now on the 8 are compatible with the 10? Kind regards (3 Replies)
Discussion started by: chelle007
3 Replies

6. Shell Programming and Scripting

Is tcsh 100% compatible with the plain-old csh [on Solaris 9]

Hi folks There are about 200 csh scripts (I didn't wrote them). Do all those scripts run with tcsh without modification? Is tcsh 100% compatible with the plain-old csh? $ which csh /usr/bin/csh $ which tcsh /usr/bin/tcsh $ uname -a SunOS purzelse 5.9 Generic_117171-07 sun4u sparc... (2 Replies)
Discussion started by: slashdotweenie
2 Replies

7. Solaris

ufs slices info in solaris

how do you get start and end sector of a UFS slice? (2 Replies)
Discussion started by: orange47
2 Replies

8. Solaris

is there an veritas volume manager version compatible with solaris x86 machine?

i heard some where veritas volume manager wont work on solaris x86. i have installed vmware into my 32bit xp machine. i am planning to learn veritas.. is there an veritas volume manager version compatible with solaris x86 machine? (2 Replies)
Discussion started by: chidori
2 Replies

9. Solaris

Deep checking Solaris ufs filesystem

I'm prompted to start this thread following my attempt to help on this thread here (see my posts). I was proposing the OP deep checked a Solaris ufs filesystem using: # fsck -o full <filesystem node> however this option does not appear to be valid on Solaris 10. I've used... (8 Replies)
Discussion started by: hicksd8
8 Replies

10. Solaris

Mounting UFS on Solaris 10 to Solaris 11

I have a Solaris 10 LDOM installed with UFS and another Solaris 11 LDOM with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following: sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5 and it errors out with: mount:... (7 Replies)
Discussion started by: amandeepgautam
7 Replies
fsck(1M)																  fsck(1M)

NAME
fsck - check and repair file systems SYNOPSIS
fsck [-F FSType] [-m] [-V] [special...] fsck [-F FSType] [-n | N | y | Y] [-V] [-o FSType-specific-options] [special...] fsck audits and interactively repairs inconsistent file system conditions. If the file system is inconsistent the default action for each correction is to wait for the user to respond yes or no. If the user does not have write permission fsck defaults to a no action. Some cor- rective actions will result in loss of data. The amount and severity of data loss can be determined from the diagnostic output. FSType-specific-options are options specified in a comma-separated (with no intervening spaces) list of options or keyword-attribute pairs for interpretation by the FSType-specific module of the command. special represents the character special device on which the file system resides, for example, /dev/rdsk/c1t0d0s7. Note: the character spe- cial device, not the block special device, should be used. fsck will not work if the block device is mounted. If no special device is specified fsck checks the file systems listed in /etc/vfstab. Those entries in /etc/vfstab which have a character special device entry in the fsckdev field and have a non-zero numeric entry in the fsckpass field will be checked. Specifying -F FSType limits the file systems to be checked to those of the type indicated. If special is specified, but -F is not, the file system type will be determined by looking for a matching entry in /etc/vfstab. If no entry is found, the default local file system type specified in /etc/default/fs will be used. If a file system type supports parallel checking, for example, ufs, some file systems eligible for checking may be checked in parallel. Consult the file system-specific man page (for example, fsck_ufs(1M)) for more information. The following generic options are supported: -F FSType Specify the file system type on which to operate. -m Check but do not repair. This option checks that the file system is suitable for mounting, returning the appropri- ate exit status. If the file system is ready for mounting, fsck displays a message such as: ufs fsck: sanity check: /dev/rdsk/c0t3d0s1 okay -n | -N Assume a no response to all questions asked by fsck; do not open the file system for writing. -V Echo the expanded command line but do not execute the command. This option may be used to verify and to validate the command line. -y | Y Assume a yes response to all questions asked by fsck. -o specific-options These specific-options can be any combination of the following separated by commas (with no intervening spaces). b=n Use block n as the super block for the file system. Block 32 is always one of the alternate super blocks. Determine the location of other super blocks by running newfs(1M) with the -Nv options specified. c If the file system is in the old (static table) format, convert it to the new (dynamic table) format. If the file system is in the new format, convert it to the old format provided the old format can support the file system configuration. In interactive mode, fsck will list the direction the conversion is to be made and ask whether the conversion should be done. If a negative answer is given, no further operations are done on the file system. In preen mode, the direction of the conversion is listed and done if possible without user inter- action. Conversion in preen mode is best used when all the file systems are being converted at once. The format of a file system can be determined from the first line of output from fstyp(1M). Note: the c option is seldom used and is included only for compatibility with pre-4.1 releases. There is no guarantee that this option will be included in future releases. f Force checking of file systems regardless of the state of their super block clean flag. p Check and fix the file system non-interactively ("preen"). Exit immediately if there is a problem requiring intervention. This option is required to enable parallel file system checking. w Check writable file systems only. 0 file system is okay and does not need checking 1 erroneous parameters are specified 32 file system is unmounted and needs checking (fsck -monly) 33 file system is already mounted 34 cannot stat device 36 uncorrectable errors detected - terminate normally 37 a signal was caught during processing 39 uncorrectable errors detected - terminate immediately 40 for root, same as 0. USAGE
See largefile(5) for the description of the behavior of fsck when encountering files greater than or equal to 2 Gbyte (2**31 bytes). /etc/default/fs default local file system type. Default values can be set for the following flags in /etc/default/fs. For example: LOCAL=ufs. LOCAL The default partition for a command if no FSType is specified. /etc/vfstab list of default parameters for each file system See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ clri(1M), fsck_cachefs(1M), fsck_ufs(1M), fsdb_ufs(1M), fsirand(1M), fstyp(1M), mkfs(1M), mkfs_ufs(1M), mountall(1M), newfs(1M), reboot( 1M), vfstab(4), attributes(5), largefile(5), ufs(7FS) WARNINGS
The operating system buffers file system data. Running fsck on a mounted file system can cause the operating system's buffers to become out of date with respect to the disk. For this reason, the file system should be unmounted when fsck is used. If this is not possible, care should be taken that the system is quiescent and that it is rebooted immediately after fsck is run. Quite often, however, this will not be sufficient. A panic will probably occur if running fsck on a file system modifies the file system. This command may not be supported for all FSTypes. Running fsck on file systems larger than 2 Gb fails if the user chooses to use the block interface to the device: fsck /dev/dsk/c?t?d?s? rather than the raw (character special) device: fsck /dev/rdsk/c?t?d?s? Starting with Solaris 9, fsck manages extended attribute data on the disk. (See fsattr(5) for a description of extended file attributes.) A file system with extended attributes can be mounted on versions of Solaris that are not attribute-aware (versions prior to Solaris 9), but the attributes will not be accessible and fsck will strip them from the files and place them in lost+found. Once the attributes have been stripped, the file system is completely stable on versions of Solaris that are not attribute-aware, but would be considered corrupted on attribute-aware versions. In the latter circumstance, run the attribute-aware fsck to stabilize the file system before using it in an attribute-aware environment. 18 July 2004 fsck(1M)
All times are GMT -4. The time now is 02:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy