[U2] Upgrading and Migrating from Unix to Windows

2010-11-08 Thread Richard Conway
I am about to try to upgrade an old Unidata server running Unidata 3.x on SGI 
Irix, to another machine running Windows Server 2003. I am going to set up the 
Windows box with Unidata 7.2.7 PE initially.

Has anyone tried such a drastic move? What is the best upgrade path to try? 
Unidata 3.x on Irix to Unidata 7 on Linux, then on to Unidata 7 on Windows? Or 
would a single jump upgrade actually work, with the help of vocupgrade and 
PATHSUB?

Richard

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse On RedHat?

2010-11-08 Thread George Gallen
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
 Sent: Friday, November 05, 2010 5:59 PM
 To: U2 Users List
 Subject: [U2] UniVerse On RedHat?
 
 0. We are considering migrating from HP-Ux to RedHat.
  Is HP-Ux Intel Based? If so, you should be good.

 1. How is RedHat?
  If you mean Redhat Enterprise 5.0, it's ok. havn't had any issues
  although we are running UV 10.0.1

 2. Will I have to re-compile and re-catalog everything?
  I would think if you are going intel to intel, and your directory
  structure hasn't changed, you should be ok without having to
  recompile, although, to be safe I'd do it.

 3. Did anyone migrate from HP-Ux to RedHat and then back to HP-Ux?
 4. Is the RedHat Standard Edition Suitable?
  What is suitable? Stable? 

 5. Did anyone try running UV on RedHat on an HP Integritity (Itanium)
 server?
 6. Are there any gotchas?
  There are a few. Redhat uses cups for printing (we have had our share
  or issues with this). Some of the packages it installs are not current
  and we have to download, compile and install from source (vs using yum).

  The biggest gotcha, and it's not a Redhat specific, was when we recreated
  the users, we had to make sure their UID/GID were the same as from the
  previous system, otherwise the file ownership and group ownership would
  not be the same.

 7. Insights and hind-sights would be appreciated.
 
 --Bill
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Dean Napper
I have UniVerse 10.3.3 installed onto CentOS 5.3 and all is working well.
I've started the UniRPC daemon and have been able to connect to it remotely
using UniAdmin.

I've used UniAdmin to enable and configure SSL in the same way I would for a
Windows UniVerse server (which works), but I can't seem to connect via SSL
to this host.

Is there something that I'm missing here?

Kind regards,

Dean


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Dean Napper
I should add that I've opened port 992 on the firewall as well.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dean Napper
Sent: 08 November 2010 15:32
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse on Unix - enabling SSL

I have UniVerse 10.3.3 installed onto CentOS 5.3 and all is working well.
I've started the UniRPC daemon and have been able to connect to it remotely
using UniAdmin.

I've used UniAdmin to enable and configure SSL in the same way I would for a
Windows UniVerse server (which works), but I can't seem to connect via SSL
to this host.

Is there something that I'm missing here?

Kind regards,

Dean


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse On RedHat?

2010-11-08 Thread Drew William Henderson
I looked for the scripts I wrote for our conversion years ago, and couldn't 
find 'em, but other comments made have sparked a few additional memories:

For printing, we wrote scripts to send stuff to printers directly to port 9100, 
rather than use the OS-based printer interface.  This let us customize it a bit 
more for such things as print job archiving and form overlays, with the benefit 
of REALLY understanding the entire printing process.

For user ids, we had a script that took the password and secure password files 
(sorry, been too long, don't recall their names!), stripped out everything but 
user accounts, put in new shell paths (bash vs. ksh), then inserted them into 
the linux files.  Worked very well.

Our application had a batch system built it, using the application from 
Fitzgerald and Long.  When we migrated to RH, we rewrote most of it to use 
at.  Had a few hiccups when we went live, but got them straightened out.

One side benefit was the relative ease in developing and testing DR recovery 
scripts.  We were able to do all development and testing of the processes on a 
desktop machine.  In testing at the recovery facility, we had a couple hiccups 
(had more to do with the equipment/networking at the site, which we had to 
adjust for), but we were able to complete the DR test, then wiped the recovery 
system, and did a complete recovery again; all in eight hours.

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Monday, November 08, 2010 8:40 AM
To: U2 Users List
Subject: Re: [U2] UniVerse On RedHat?

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
 Sent: Friday, November 05, 2010 5:59 PM
 To: U2 Users List
 Subject: [U2] UniVerse On RedHat?
 
 0. We are considering migrating from HP-Ux to RedHat.
  Is HP-Ux Intel Based? If so, you should be good.

 1. How is RedHat?
  If you mean Redhat Enterprise 5.0, it's ok. havn't had any issues
  although we are running UV 10.0.1

 2. Will I have to re-compile and re-catalog everything?
  I would think if you are going intel to intel, and your directory
  structure hasn't changed, you should be ok without having to
  recompile, although, to be safe I'd do it.

 3. Did anyone migrate from HP-Ux to RedHat and then back to HP-Ux?
 4. Is the RedHat Standard Edition Suitable?
  What is suitable? Stable? 

 5. Did anyone try running UV on RedHat on an HP Integritity (Itanium)
 server?
 6. Are there any gotchas?
  There are a few. Redhat uses cups for printing (we have had our share
  or issues with this). Some of the packages it installs are not current
  and we have to download, compile and install from source (vs using yum).

  The biggest gotcha, and it's not a Redhat specific, was when we recreated
  the users, we had to make sure their UID/GID were the same as from the
  previous system, otherwise the file ownership and group ownership would
  not be the same.

 7. Insights and hind-sights would be appreciated.
 
 --Bill
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Carl Dula
UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have 
port forwarding enabled to go from the WAN address you are using at port 992, 
to the LAN address of the server with uv at port 31438. Depending upon the 
type firewall you may need to specifically add a reverse rule that enables 
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Dean Napper
Hi Carl,

Thanks for the info but I have UniAdmin working on its default port.  That
part is fine.

I am using UniAdmin to configure UniVerse SSL.  My aim is to be able to
connect to UniVerse using wIntegrate's telnet-SSL feature.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Carl Dula
Sent: 08 November 2010 16:22
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UniVerse on Unix - enabling SSL

UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have 
port forwarding enabled to go from the WAN address you are using at port
992, 
to the LAN address of the server with uv at port 31438. Depending upon the 
type firewall you may need to specifically add a reverse rule that enables 
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Carl Dula
Sorry, misunderstood. Not sure what you having trouble with, but take a look 
at chapter sever of this manual. It covers the setup in detail.

http://www.rocketsoftware.com/u2/epubs/pdf/wintadmin.pdf

- Original Message - 
From: Carl Dula c...@pulsarsystems.com
To: u2-users@listserver.u2ug.org
Sent: Monday, November 08, 2010 11:21 AM
Subject: RE: [U2] UniVerse on Unix - enabling SSL


UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have
port forwarding enabled to go from the WAN address you are using at port 992,
to the LAN address of the server with uv at port 31438. Depending upon the
type firewall you may need to specifically add a reverse rule that enables
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Upgrading and Migrating from Unix to Windows

2010-11-08 Thread Bob Woodward
I think, at the very least, you're probably going to have an issue with
the PE version limiting your file sizes.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 5:00 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Upgrading and Migrating from Unix to Windows

I am about to try to upgrade an old Unidata server running Unidata 3.x
on SGI Irix, to another machine running Windows Server 2003. I am going
to set up the Windows box with Unidata 7.2.7 PE initially.

Has anyone tried such a drastic move? What is the best upgrade path to
try? Unidata 3.x on Irix to Unidata 7 on Linux, then on to Unidata 7 on
Windows? Or would a single jump upgrade actually work, with the help of
vocupgrade and PATHSUB?

Richard

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Upgrading and Migrating from Unix to Windows

2010-11-08 Thread Richard Conway
What are the file size restrictions with PE? Is there a comprehensive list of 
the restrictions present in PE anywhere that I can read/download?

Richard

- Original Message -
From: Bob Woodward bob_woodw...@k2sports.com
To:   Richard Conway rich...@rlcnet.co.uk, U2 Users List 
u2-users@listserver.u2ug.org
Sent: Monday Monday 08 November 2010 18:20:24
Subject: [U2] Upgrading and Migrating from Unix to Windows

I think, at the very least, you're probably going to have an issue with the PE 
version limiting your file sizes.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 5:00 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Upgrading and Migrating from Unix to Windows

I am about to try to upgrade an old Unidata server running Unidata 3.x
on SGI Irix, to another machine running Windows Server 2003. I am going to set 
up the Windows box with Unidata 7.2.7 PE initially.

Has anyone tried such a drastic move? What is the best upgrade path to
try? Unidata 3.x on Irix to Unidata 7 on Linux, then on to Unidata 7 on 
Windows? Or would a single jump upgrade actually work, with the help of 
vocupgrade and PATHSUB?

Richard

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Rajesh Menon
Dean,
There are couple of things you can do.
1. Verify the uvtelnetd service is listening to the SSL port that you are 
connecting to.
2. Make sure to refresh the inetd (or xinetd) daemon to re-read the 
configuration after adding the SSL services.
3. Start the uvtelnetd service using the '-d3' flag. This will generate two log 
files in the /tmp for every connection. The log files are really helpful to 
troubleshoot.

Thanks,
Rajesh

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dean Napper
Sent: Monday, November 08, 2010 7:32 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse on Unix - enabling SSL

I have UniVerse 10.3.3 installed onto CentOS 5.3 and all is working well.
I've started the UniRPC daemon and have been able to connect to it remotely
using UniAdmin.

I've used UniAdmin to enable and configure SSL in the same way I would for a
Windows UniVerse server (which works), but I can't seem to connect via SSL
to this host.

Is there something that I'm missing here?

Kind regards,

Dean


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Michael Pflugfelder
Dean,

I seem to remember that I had to manually create the inetd or xinetd (if linux) 
configuration to load the uvtelnetd daemon when we did this.  Check to see that 
you have a listener on port 992 on Unix.  If not, the daemon isn't running.

-Mike

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dean Napper
Sent: Monday, November 08, 2010 11:47 AM
To: 'U2 Users List'
Subject: Re: [U2] UniVerse on Unix - enabling SSL

Hi Carl,

Thanks for the info but I have UniAdmin working on its default port.  That
part is fine.

I am using UniAdmin to configure UniVerse SSL.  My aim is to be able to
connect to UniVerse using wIntegrate's telnet-SSL feature.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Carl Dula
Sent: 08 November 2010 16:22
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UniVerse on Unix - enabling SSL

UniAdmin normally uses port 31438 as the default.

Assuming you know this and did not change it, then your firewall must have 
port forwarding enabled to go from the WAN address you are using at port
992, 
to the LAN address of the server with uv at port 31438. Depending upon the 
type firewall you may need to specifically add a reverse rule that enables 
traffic from the LAN port 31438 to 992 on the WAN.

Hope that helps.

--
Carl Dula   Voice: 973-227-8440 X111
Pulsar Systems, Inc.Fax: 973-227-8440
271 Route 46 West, Suite H209   email:c...@pulsarsystems.com
Fairfield, NJ 07004-2474http://www.pulsarsystems.com 


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Upgrading and Migrating from Unix to Windows

2010-11-08 Thread Bob Woodward
I think the size limit is something like a modulo of 10009 or there
abouts, if memory serves me right.  It's been a long time.  You should
be able to get the limitations from Rocket.  

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 10:30 AM
To: U2 Users List
Subject: Re: [U2] Upgrading and Migrating from Unix to Windows

What are the file size restrictions with PE? Is there a comprehensive
list of the restrictions present in PE anywhere that I can
read/download?

Richard

- Original Message -
From: Bob Woodward bob_woodw...@k2sports.com
To:   Richard Conway rich...@rlcnet.co.uk, U2 Users List
u2-users@listserver.u2ug.org
Sent: Monday Monday 08 November 2010 18:20:24
Subject: [U2] Upgrading and Migrating from Unix to Windows

I think, at the very least, you're probably going to have an issue with
the PE version limiting your file sizes.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 5:00 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Upgrading and Migrating from Unix to Windows

I am about to try to upgrade an old Unidata server running Unidata 3.x
on SGI Irix, to another machine running Windows Server 2003. I am going
to set up the Windows box with Unidata 7.2.7 PE initially.

Has anyone tried such a drastic move? What is the best upgrade path to
try? Unidata 3.x on Irix to Unidata 7 on Linux, then on to Unidata 7 on
Windows? Or would a single jump upgrade actually work, with the help of
vocupgrade and PATHSUB?

Richard

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Upgrading and Migrating from Unix to Windows

2010-11-08 Thread Glorfield, Gordon
Along with being limited to two users, the UniData and UniVerse Personal 
Editions also have an eight-process limit and a limitation of modulo 10007 
assigned to a file. Also, the following add-ons do not function: Connection 
Pooling, EDA, NFA, RFS, UV/Net.

Right off of Rocket's U2 downloads page.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Woodward
Sent: Monday, November 08, 2010 2:08 PM
To: Richard Conway; U2 Users List
Subject: Re: [U2] Upgrading and Migrating from Unix to Windows

I think the size limit is something like a modulo of 10009 or there
abouts, if memory serves me right.  It's been a long time.  You should
be able to get the limitations from Rocket.  

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 10:30 AM
To: U2 Users List
Subject: Re: [U2] Upgrading and Migrating from Unix to Windows

What are the file size restrictions with PE? Is there a comprehensive
list of the restrictions present in PE anywhere that I can
read/download?

Richard

- Original Message -
From: Bob Woodward bob_woodw...@k2sports.com
To:   Richard Conway rich...@rlcnet.co.uk, U2 Users List
u2-users@listserver.u2ug.org
Sent: Monday Monday 08 November 2010 18:20:24
Subject: [U2] Upgrading and Migrating from Unix to Windows

I think, at the very least, you're probably going to have an issue with
the PE version limiting your file sizes.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard
Conway
Sent: Monday, November 08, 2010 5:00 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Upgrading and Migrating from Unix to Windows

I am about to try to upgrade an old Unidata server running Unidata 3.x
on SGI Irix, to another machine running Windows Server 2003. I am going
to set up the Windows box with Unidata 7.2.7 PE initially.

Has anyone tried such a drastic move? What is the best upgrade path to
try? Unidata 3.x on Irix to Unidata 7 on Linux, then on to Unidata 7 on
Windows? Or would a single jump upgrade actually work, with the help of
vocupgrade and PATHSUB?

Richard

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UniVerse on Unix - enabling SSL

2010-11-08 Thread Symeon Breen
I usually configure unix and not u2 for ssh/ssl connectivity.

 

 

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dean Napper
Sent: 08 November 2010 15:32
To: u2-users@listserver.u2ug.org
Subject: [U2] UniVerse on Unix - enabling SSL

 

I have UniVerse 10.3.3 installed onto CentOS 5.3 and all is working well.
I've started the UniRPC daemon and have been able to connect to it remotely
using UniAdmin.

I've used UniAdmin to enable and configure SSL in the same way I would for a
Windows UniVerse server (which works), but I can't seem to connect via SSL
to this host.

Is there something that I'm missing here?

Kind regards,

Dean


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1153 / Virus Database: 424/3243 - Release Date: 11/07/10

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Unidata 6.1: dbpause/dbresume indicator

2010-11-08 Thread Kevin King
Is there any way to tell - in a cron script - if Unidata is paused?

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata 6.1: dbpause/dbresume indicator

2010-11-08 Thread Dave Davis
Examine the output of the system-level dbpause_status command:

% dbpause_status
DBpause is ON.

Don't know how far back dbpause_status was introduced.  I have it on 7.1 though.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King
Sent: Monday, November 08, 2010 4:16 PM
To: U2 Users List
Subject: [U2] Unidata 6.1: dbpause/dbresume indicator

Is there any way to tell - in a cron script - if Unidata is paused?

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
html
body
 Dave Davis Team Lead, Ramp;D P: 614-875-4910 
x108 F: 614-875-4088 E: dda...@harriscomputer.com 
[http://www.harriscomputer.com/images/signatures/HarrisSchools.gif] 
[http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]
 6110 Enterprise Parkway Grove City, OH 43123 www.harris-schoolsolutions.com 
This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential
 or otherwise legally exempt from disclosure. If you are not the named 
addressee, you are not authorized to read, print, retain, copy or disseminate 
this message or any part of it. If you have received this message in error, 
please notify the sender immediately
 by e-mail and delete all copies of the message.
/body
/html
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata 6.1: dbpause/dbresume indicator

2010-11-08 Thread Bob Woodward
We're on version 6.1 and it's in our HELP commands.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave Davis
Sent: Monday, November 08, 2010 1:21 PM
To: U2 Users List
Subject: Re: [U2] Unidata 6.1: dbpause/dbresume indicator

Examine the output of the system-level dbpause_status command:

% dbpause_status
DBpause is ON.

Don't know how far back dbpause_status was introduced.  I have it on 7.1
though.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King
Sent: Monday, November 08, 2010 4:16 PM
To: U2 Users List
Subject: [U2] Unidata 6.1: dbpause/dbresume indicator

Is there any way to tell - in a cron script - if Unidata is paused?

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
html
body
 Dave Davis Team Lead, Ramp;D P:
614-875-4910 x108 F: 614-875-4088 E: dda...@harriscomputer.com
[http://www.harriscomputer.com/images/signatures/HarrisSchools.gif]
[http://www.harriscomputer.com/images/signatures/DivisionofHarris.gif]
 6110 Enterprise Parkway Grove City, OH 43123
www.harris-schoolsolutions.com This message is intended exclusively for
the individual or entity to which it is addressed. This communication
may contain information that is proprietary, privileged or confidential
 or otherwise legally exempt from disclosure. If you are not the named
addressee, you are not authorized to read, print, retain, copy or
disseminate this message or any part of it. If you have received this
message in error, please notify the sender immediately
 by e-mail and delete all copies of the message.
/body
/html
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Unidata 6.1: dbpause/dbresume indicator

2010-11-08 Thread Kevin King
Yeah, that's what I was looking for - thanks!

-K
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users