Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - danielito

Pages: [1]
1
Hi
At the time when I had to Switch the CMOD from a Solaris to Linux there was no TSM for Linux avalable, so I had to do a Migration
from the TSM to a Windows Server Version.

CMOD 10.5 Is running on REL8 and Spectrum Protect on Server 2016 at the moment.

Since we have now some issues  :-\ with the Spectrum Protect running on the Windows Server we made the desission to go back to a REL8 even if it's alot of work again but I guess there will be better performance again between Server and ECS.

Now I am just wondering what you would recomend for the Spectrum Protect Installation or what best practice would be.

CMOD 10.5 running on a seperate REL8 System and also Spectrum Protect on his own REL8 ?
Or would you install the Spectrum Protect on the actual CMOD 10.5 Server so I would have both on one System again ?

This was the case when I was running cmod and tsm on a solaris maybe 15 years ago.

Are there some issues for a migration back to Linux ?

Thanks in advance
for some Opinions

Dani

2
MP Server / New Date Format CMOD 10.5
« on: January 19, 2023, 09:43:05 AM »
Hi
I have now a mix with the ols and new Date In the cmod Tables ( Segments ) and I don't get the right output out of my Script.

If I do something like this

   while read line
   do
      SQLCMDFIL="${var1}/${SQLDB}_${prjload}_cmdliste.sql"
      SQLOUT="${var1}/${SQLDB}_${prjload}_outliste_${app}"
      SQLUNLD="${var1}/${SQLDB}_${prjload}_unlo_${app}"
   #
   # SELECT 'table_1' AS table_name, COUNT(*) FROM table_1 UNION
      cat ${SQLHEAD} >${SQLCMDFIL}
      echo -e "spool ${SQLOUT}"  >> ${SQLCMDFIL}
      echo -e "select '#',Form,'#',Date,'#',LB1,'#',LB2,'#',LB3,'#' from "${SQLDB}"."${line}" where code = 99 ;" >>${SQLCMDFIL}
      echo -e "spool off"  >>${SQLCMDFIL}
      echo -e "exit;" >>${SQLCMDFIL}
      sqlplus -s ${Psqluser}/${Psqluserpwd} @${SQLCMDFIL}
      cat ${SQLOUT}.lst >> ${var2}/${AGI}_${AGIA}_report
   done < ${var1}/table.txt
   
   Then I have this Output in my File
   
   # FORM1 #                                                                     
       30-JUN-00 12.00.00 AM                                                       #   
         8576 # 777 #   00000000 #

With the  old arsdate format the output was like this

# FORM1 # 30.07.2000 # 8576 # 777 #  00000000 #

Is it possible to get the same output with the new Date Format ??

thanks
Dani




3
MP Server / Slow "ARSLOAD" "GET"
« on: December 14, 2022, 09:47:54 AM »
Hi
I have another question about a slow System.

I have to GET documents out of an Applikation and load it again into a new one.
x.ind
x.out
x.res
On the Test System it takes less then 10 sec for 3 loads if I do it the same on the Prod it takes almost 9 min  :o
Also if I take a look at this Documents it takes a long time till they show up ...

It's on a RHAT 8.0/Oracle and the performance was ok so far.

I am searching all over to find the reason .... no luck

If I have the ARS_NUM_DBSRVR=100 < Is this to high ?

d/V10.5/bin $ echo `date` arssockd count: `arssockd -I  DB-p | wc -l`
arssockd count: 111                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 111                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 111                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 116                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 115                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 111                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`
arssockd count: 111                                     
nd/V10.5/bin $ echo `date` arssockd count: `arssockd -I DB -p | wc -l`

Spectrum Protect is working and Storage S3 should also not be the problem because there where no changes done.

regards dani

4
MP Server / Oracle Update V17 to V19
« on: December 14, 2022, 09:24:02 AM »
Hi
Just a quick question about the Oracle Version.

After the Update from V17 to V19 do I have to run the arsdb commands ?  :o

./arsdb -I DB -efv
./arsdb –uv -I DB
./arsdb -I DB -rfv
./arsdb –sv -I DB

or is this just for the Update from the CMOD Version ...

dani





5
Windows Client / Print Issue CMOD Client 9.5.0.8
« on: September 14, 2018, 05:10:58 AM »
Hi all,

We have a problem with the client version 9.5.0.8. Before we had the version 9.5.0.3.
The problem is, that we have an application with papersize "A4 wide". Before the upgrade the afp was displayed correctly and could easily be printed.
Since the new version this doesn't work anymore.
I have done the following steps (as suggested by the support):
Changed the paper size to "autosize" and add the following parms in the [MISC] section of the ftdport2.ini file.
- CutSheet=True
- FixedAutoOrientation=True

Now, the afp is displayed correctly in the gui, but it still can not be printed as a4 wide. Even as a pdf it is not created correctly.
I can select in the printer options the orientation "landscape", but then not the whole page is used. It seems to be a format other than A4 wide, something like letter wide.

Does anyone know this problem or knows how this can be solved?

Many thanks

Pages: [1]