Solaris Filesystem - rename the partition

Hi all

i got this filesystem
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t600A0B80001F350A000033404A5D29D9d0s2
492G 64M 487G 1% /u10

How do i change the name for /dev/dsk/c0t600A0B80001F350A000033404A5D29D9d0s2 to the /dev/dsk/oracle1

Got any idea on this?

It looks like SAN device, I don't think you can't change the raw device path in Solaris.

In linux, you can give the long device name with pretty label name.

yap... this is from the SAN storage...
so no way to change it?
coz the path name is too long for me..

Under Solaris /dev files happen to be symbolic links to the real device files which are under /device and have a more complex naming scheme.
I'm not sure it is a good idea but technically nothing forbids you to create a symbolic link with the name of your choice and use it instead of the regular one.

ln -s /dev/dsk/c0t600A0B80001F350A000033404A5D29D9d0s2 /dev/dsk/oracle1