[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::axp-developer

Title:Alpha Developer Support
Notice:[email protected], 800-332-4786
Moderator:HYDRA::SYSTEM
Created:Mon Jun 06 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3722
Total number of notes:11359

3485.0. "Crisci ?" by HYDRA::DORHAMER () Mon Apr 14 1997 18:01

    Company Name :  Crisci ?
    Contact Name :  Lotus Zhang
    Phone        :  
    Fax          :  
    Email        :  [email protected]
    Date/Time in :  14-APR-1997 17:00:32
    Entered by   :  Karen Dorhamer
    SPE center   :  MRO

    Category     :  UNIX
    OS Version   :  
    System H/W   :  8200


    Brief Description of Problem:
    -----------------------------
    #1          14-APR-1997 13:33:35.95                                    
MAIL
From:   SMTP%"[email protected]"
To:     alpha-developer <[email protected]>
CC:     "'[email protected]'" <[email protected]>
Subj:   Problems on DEC UNIX of Alpha 8200 system

We have c progrms and Oracle DB  which running on UNISYS UNIX system.
Attached some problems we have when try to re-compile c programs and
configure Oracle DB etc. Please fax back the solution to: (201)595-8247
(fax); or e-mail to: [email protected]; Tel: (201)595-9870

thanks,
lotus zhang


ISSUE 1. C program re-compile

Existing C program environment:

OS: UNISYS AT&T UNIX 4.1.3

PAKINGST:       OSVERSION
NAME:                   OSVRESION
CATEGORY:       SYSTEM
VERSION:                1.3 TAKE 18.7
STATUS:         COMPLETELY INSTALLED

PAKINGST:       SCDE
NAME:                   Standard C Development Environment
ARCH:                   UN6000/U
Version:                1.3

PATAMP:         gideon950122181537
INSTOATE:               Mar 18 1997 04:31 PM
STATUS:         completely installed
FILES:                  435 installed pathnames
                                143 shared pathnames
                                7 linked files
                                21 directories
                                82 executables
                                17727 blocks used (approx)

Problems when re-compiled on DEC Alpha 8200 UNIX:

cc -c mm.c
prompt error information:

cc: Server: mm.c line 1: Cannot find file <menu.h> specified in
#include directive.
#include <menu.h>
cc: Error: mm.c line 1; Object file deleted
#include <menu.h>


mm.c partial programs sample :

#include <menu.h>
#include <panel.h>
#include <curses.h>
#include <gtdllb.h>
#define QUIT (MAX_COMMAND+1)
#define SUB_MENU (MAX_COMMAND+2)
...
char *name[10] =

                        *.....*
                        *,....*
                                
ITEM * items[14];

....


Main()
{               i0=items;
                i1=items1;
                co=name;
                c1=name1;
                        if(logcheck("/home3/home/menu/main.deny")==1) /*deny
use
r's use
main*/
                                                exit(-1);
                initscr();
                /*screen(); */
                noecho();
                raw();
                cbreak();
                        printf("\033%s", "I1;6;1S);
.....



ISSUE 2. Oracle and DEC UNIX Kernel configuration:

1.      how to configure the ipc for Oracle kernel: (shm-max, shm-seg)
2.      we did as follows: IS IT CORRECT?
        #sysconfig -q ipc >tmp.txt
#vi tmp.txt
   shm_max = xxxxx
   shm_seg=xxx
#sysconfig -m -f tmp.txt ipc
#reboot SYSTEM


MISC Questions:

1.      Does DEC UNIX have similar command like SCO UNIX: sysadm?

2.      Documentation needed:
        DEC C language Reference Manual
     or: Programmer's Guide etc.
3.      When pressing <Ctrl> key + "P" , system frozen/halt, and need to be
rebooted again.
      check out the AUDIT file:  the reason is: file system Free space
<20. Why? How to fix this?

Please Check

Thanks

Lotus Zhang
T.RTitleUserPersonal
Name
DateLines
3485.1ASAP member?HYDRA::DORHAMERMon Apr 14 1997 18:1014
        #3          14-APR-1997 16:54:05.72                                 
    NEWMAIL
    From:   HYDRA::AXPDEVELOPER "[email protected]"
    To:     US6RMC::"[email protected]"
    CC:     AXPDEVELOPER
    Subj:   Problems on DEC UNIX of Alpha 8200 system
    
    We have received your questions and will be sending you a response.
    Would you please tell us the name of your company?  Are you a member of
    the ASAP program?
    
    Thanks,
    Karen Dorhamer
    Alpha Developer Support
3485.2not ASAP memberHYDRA::DORHAMERThu Apr 24 1997 11:3217
        #1          20-APR-1997 13:41:24.12                                 
    1997-04
    From:   US6RMC::"[email protected]" "Don Chuan"
    To:     "[email protected]" <hydra::axpdeveloper>
    CC:
    Subj:   RE: Problems on DEC UNIX of Alpha 8200 system
    
    Our company name is: Memory International Corp. We are DEC SVAR, but we
    are not ASAP member. Our SVAR registration nubmer is: WY73122A. The 8200
    system serial nubmer we bought is: NI65040K5P, DEC Access# is: 97009292Z
    My fax nubmer is: (201)595-8247,
               Tel: (201)595-9870
    
    Thanks
    
    Lotus zhang----------
    
3485.3sent info on ASAPHYDRA::DORHAMERThu Apr 24 1997 11:323
    I sent the canned response about joining ASAP.
    
    Karen
3485.4pointer to UNIX docsHYDRA::DORHAMERThu Apr 24 1997 11:4323
        #1          24-APR-1997 10:42:39.21                                 
    NEWMAIL
    From:   HYDRA::AXPDEVELOPER "[email protected]"
    To:     US6RMC::"[email protected]"
    CC:     AXPDEVELOPER
    Subj:   pointer to online documentation
    
    Lotus,
    
    One of your requests was for a DEC C Reference manual.  You can find 
    this manual and many other Digital UNIX manual on our web page at:
    
    http://www.partner.digital.com/www-swdev/pages/Home/TECH/documents/
    Digital_UNIX/V4.0/Digital_UNIX_Bookshelf.html
    
    Select Programming Documentation to access the DEC C Language Manual.
    
    Please consider joining the ASAP program to receive support from our
    organization.
    
    Thanks,
    Karen Dorhamer
    Alpha Developer Support
3485.5HYDRA::SCHAFERMark Schafer, SPE MROThu Apr 24 1997 12:205
    unfortunate choice.  The DEC C Language Manual is not available from
    that URL.  You should direct him to the online documentation library on
    CD-ROM.
    
    Mark
3485.6correctionHYDRA::DORHAMERThu Apr 24 1997 12:3424
        #1          24-APR-1997 11:32:41.03                                 
    NEWMAIL
    From:   HYDRA::AXPDEVELOPER "[email protected]"
    To:     US6RMC::"[email protected]"
    CC:     AXPDEVELOPER
    Subj:   correction to documentation pointer
    
    Lotus,
    
    Unfortunately the DEC C Reference manual is not located at the web site
    that I specified.  This document is available with the online
    documentation that ships with the Digital UNIX CD.  The web page pointer t
    that I specified earlier has some info about reading this CD.
    
    There are many other Digital UNIX manual at the web page that I specified.
    I expect that your system management questions can be answered by
    examining those manuals.
    
    If you do not have the online documentation CD's, please consider joining
    the ASAP program and register for the Digital UNIX SDK to receive these
    CD's along with the operating system and software product library CD's.
    
    Karen Dorhamer
    Alpha Developer Support