Thank You for your reply, i verify again between old storage and the new storage, the configuration, pathname and permission is the same.
1) How do i know that uvlogd deamon have read permission to D_UV_LOGS or read and execute permission to the UV home directory?
Was it the command as show below
Code: Select all
/ardent/users=> ls -l
drwxr-xr-x 7 dsadmin adm 1024 Apr 15 09:25 dsadmin
drwxr-xr-x 5 dsuser01 datastage 1024 Apr 17 2003 dsuser01
/ardent=> ls -l
drwxr-xr-x 19 root sys 1024 Apr 17 2003 users
drwxrwxrwx 42 root sys 4096 Sep 15 2004 uv
/ardent/uv=> ls -l
total 47804
-rwxrwxrwx 1 root sys 8192 Jun 14 2001 &DEVICE&
-rwxrwxrwx 1 root other 16384 Sep 13 2000 &MAP&
-rwxrwxrwx 1 root sys 16384 Jun 14 2001 &PARTFILES&
drwxrwxrwx 18 root other 1024 Apr 17 2003 &SAVEDLISTS&
drwxrwxrwx 3 root other 7168 Apr 17 2003 APP.PROGS
drwxrwxrwx 3 root other 7168 Apr 17 2003 APP.PROGS.O
-rwxrwxrwx 1 root other 10240 Sep 13 2000 BLTRS
drwxrwxrwx 2 root other 3072 Apr 17 2003 BP
drwxrwxrwx 2 root other 2048 Apr 17 2003 BP.O
-rwxrwxrwx 1 root other 9728 Jun 14 2001 DATA.TYPES
-rwxrwxrwx 1 root other 14336 Sep 13 2000 DICT.DICT
-rwxrwxrwx 1 root other 2048 Sep 13 2000 DICT.PICK
-rwxrwxrwx 1 root sys 3377 Jun 14 2001 DSRAdmin.u
-rwxrwxrwx 1 root other 4096 Sep 13 2000 D_&DEVICE&
-rwxrwxrwx 1 root other 4096 Sep 13 2000 D_&MAP&
-rwxrwxrwx 1 root other 4096 Sep 13 2000 D_&PARTFILES&
/ardent/uv=> ls -ltr *uvlogd*
-rwxrwxrwx 1 root sys 486 Jun 14 2001 uvlogd.script
2) The script show below, what is the column description for "F1" and "F2". Can i simply give any name for "F1" and any directory which exist in my harddisk for "F2"?
Code: Select all
LOGTO UV
INSERT INTO DICT UV_LOGS (@ID, F1, F2) VALUES ('LOGS.DIR', 'X', '/tmp');
Error Message Show :
root@host:[/datastage]#cd /sbin/init.d
root@host:[/sbin/init.d]#./uv.rc stop
usp: no spool daemon
An error has occurred during uniVerse initialization
Please contact the system administrator
Error code: 2 2
An error has occurred during uniVerse initialization
Please contact the system administrator
Error code: 2 2
An error has occurred during uniVerse initialization
Please contact the system administrator
Error code: 2 2
uniVerse has been brought down.
root@host:[/sbin/init.d]#./uv.rc start
uniVerse has been brought up.
uniVerse Log Daemon started
Deadlock Daemon has been started
root@host:[/sbin/init.d]#
root@host:[/sbin/init.d]#./uv.rc stop
DeadLock Daemon shutdown
Unable to read LOGS.DIR entry from D_UV_LOGS.
Unable to open uvdrlogd Daemon info file.
Unable to locate UVDR log directory.
Daemon stopped.
uniVerse has been brought down.
Thank You.