1753416 Members
5311 Online
108793 Solutions
New Discussion юеВ

Re: CIFS Mount issue

 
Larry L. Kotur, Jr.
New Member

CIFS Mount issue

I am experiencing an issue with an Informix backup on a 24TB windows 2000 server filesystem.

Platform HP L3000
OS HPUX 11.23
IDS 10.00.FC8

After performing the following command

$INFORMIXDIR/bin/ontape -v -t STDIO -s -L 0 >

to a local directory, the command is successful and the file created is 18+ GB.

I then use the following command to do a table level restore

cat -u | \

$INFORMIXDIR/bin/archecker -t -X -f ./rest1 -l phys -v -s
And the command is successful in restoring the table contents to the new table named in the schema command file.

I repeat the process to a windows 2000 server to a directory mounted with the following command

/usr/bin/cifsmount ///images -U -P

The mount is successful, the ontape command creates the archive file 18+ GB;
however the archecker process starts but stops.

contents of ac_msg.log

2009-10-15 15:39:52
-----------------------------------------
STATUS: IBM Informix Dynamic Server Version 10.00.FC8
Program Name: archecker
Version: 8.0
Released: 2008-01-25 23:08:02
CSDK: IBM Informix CSDK Version 2.90
ESQL: IBM Informix-ESQL Version 2.90.FN431
Compiled: 01/25/08 23:09 on HP-UX B.11.11 U

STATUS: Arguments [-t -X -f ./rest1 -l phys -v -s]
STATUS: AC_STORAGE /tmp
STATUS: AC_MSGPATH /tmp/ac_msg.log
STATUS: AC_VERBOSE on
STATUS: AC_TAPEDEV STDIO
STATUS: AC_TAPEBLOCK 64 KB
STATUS: AC_LTAPEDEV /dump_dir/llogs/logfile
STATUS: AC_LTAPEBLOCK 64 KB
STATUS: AC_SCHEMA ./rest1
STATUS: Extracting table vonroll:outbound_ship_id into vonroll:arc_outb_sid_2
WARNING: Source table [outbound_ship_id] has no storage option
ERROR: No storage space to scan
STATUS: Tape type: Archive Backup Tape
STATUS: OnLine version: IBM Informix Dynamic Server Version 10.00.FC8
STATUS: Archive date: Thu Oct 15 15:20:31 2009
STATUS: Archive level: 0
STATUS: Tape blocksize: 65536
STATUS: Tape size: 0
STATUS: Tape number in series: 1
TIME: [2009-10-15 15:39:53] Phys Tape 1 started
STATUS: starting to scan dbspace 1 created on 2009-10-15 15:20:31.
STATUS: Archive timestamp 0X2C31C7D5.
STATUS: starting to scan dbspace 3 created on 2009-10-15 15:20:31.
STATUS: Archive timestamp 0X2C31C7D5.
STATUS: Read/Write End Of Medium enabled: blocks = 25775
TIME: [2009-10-15 15:41:56] Tape 1 completed
STATUS: Scan PASSED
STATUS: Control page checks PASSED
STATUS: Table checks PASSED
STATUS: Table extraction commands 1
STATUS: Tables found on archive 0
STATUS: Tables not located on archive 1
STATUS: LOADED: vonroll:arc_outb_sid_2 produced 0 rows
TIME: [2009-10-15 15:41:56] Physical Extraction Completed
TIME: [2009-10-15 15:41:56] Unload Completed

STATUS: archecker completed Physical Restore pid = 28555 exit code: 3

The screen message tells me that archecker has reached the

When I do an ls -l of the file on the mounted filesystem, the OS reports the size of the file as 1.6+ GB. I then did a mv ; ls -l and the size returns to 18+ GB

Any ideas?

Thanks

And how can this be? For He IS the Quizhat Caddyshack!
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: CIFS Mount issue

Shalom,

swlist -l product | grep -i cifs

Need to know your CIFS/Samba versions before proceeding.

The mv will not work right if the authentication to the windows share did not go as expected.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Larry L. Kotur, Jr.
New Member

Re: CIFS Mount issue


CIFS-Client A.01.09 CIFS Client
CIFS-Development A.01.09.04 CIFS/9000 server source code files
CIFS-Server A.01.09.04 CIFS/9000 (Samba) File and Print Services
And how can this be? For He IS the Quizhat Caddyshack!
Michael Steele_2
Honored Contributor

Re: CIFS Mount issue

Hi

Found an answer (* possible *) on the IBM website referring to not using the -b arguement in your command.

Answer to Posted thread

I believe if you remove the "b" from your command line you will have mu=ch

I generally run for ontape:

archecker -tdvs -f schema.cmd


http://www.iiug.org/forums/ids/index.cgi/noframes/read/11461

Posted Thread

WARNING: Source table [seasoncode] has no storage option
ERROR: No storage space to scan


http://www.iiug.org/forums/ids/index.cgi/noframes/read/11460

Support Fatherhood - Stop Family Law
eric roseme
Respected Contributor

Re: CIFS Mount issue

Larry - Sorry that I have no idea about the app error, but your HP-UX CIFS Client version is very old and needs to be updated. You need to be on A.02.02. It's located here:

https://h20392.www2.hp.com/portal/swdepot/try.do?productNumber=B8724AA
Larry L. Kotur, Jr.
New Member

Re: CIFS Mount issue

Cifs has been updated to latest version and the issue still remains.
And how can this be? For He IS the Quizhat Caddyshack!
Steven E. Protter
Exalted Contributor

Re: CIFS Mount issue

Shalom,

The results of the swlist command show versions of CIFS that I don't believe were ever released for an HP-UX 11.23 system.

Are we talking about an 11.23 system or an 11.11 or 11.00 system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Larry L. Kotur, Jr.
New Member

Re: CIFS Mount issue

Steven,

Yes the test system is 11.11 and the production system is 11.23. I upgraded both systems and the issue still occurs on both systems

11.23 upgraded to
CIFS-Client A.02.01 CIFS Client
CIFS-Development A.02.03.04 HP CIFS Server Source Code Files
CIFS-Server A.02.03.04 HP CIFS Server (Samba) File and Print Ser
vices
CIFS-Server A.02.02 HP CIFS Server (Samba) File and Print Ser
vices


11.11 upgraded to

CIFS-Client A.01.09 CIFS Client
CIFS-Development A.02.04a HP CIFS Server Source Code Files
CIFS-Server A.02.04a HP CIFS Server (Samba) File and Print Ser
And how can this be? For He IS the Quizhat Caddyshack!