Sponsored Content
Full Discussion: Prophet 21 acclaim system
Operating Systems AIX Prophet 21 acclaim system Post 302999305 by kevin bryant on Friday 16th of June 2017 04:19:00 PM
Old 06-16-2017
Prophet 21 acclaim system

I have a prophet 21 acclaim system (old) but is my life.. (small business)
Ibm risc sys/ 6000 43p-140

well anyway not much a forum guy but i need some help..

I have a message popping up that is not allowing me to get in to my system.
Code:
The data space of the process is not enough for the shm segment (1176)
There is no server for the database /usr/lpp/p21pro/db/dyn. (1423)

does anyone out there know anything about this system..Stupid question I know but i have to get if up and running..

Last edited by vbe; 06-17-2017 at 04:17 AM.. Reason: code tags please even for so lttle...
 

9 More Discussions You Might Find Interesting

1. Solaris

rsh commands not getting executed from Solaris 10 System to AIX System

Hi Friends, I am trying to execute rsh commands from Solaris 10 system to AIX system. When I give; Solaris10# rsh <hostname> ls -l , it gives me an error rshd : 0826-826 The host name for your address is not known At the same time, Solaris10# rsh <hostname> ---- gives me remote shell of... (25 Replies)
Discussion started by: jumadhiya
25 Replies

2. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

3. Shell Programming and Scripting

how to delete files at booting of system (system startup)

hi all I have a problem how to write a shell script which delete files/folder form directory whenever system boot and copy last updated folder/file in the specified directory.pse help me ASAP. i write a script which copy files in directory.I want when system boot up using script it check whether... (1 Reply)
Discussion started by: shubhig15
1 Replies

4. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

5. Solaris

System hangs (freezes) on system bell/beep

I am running OpenIndiana development version oi_148 32-bit on a seven-year-old Dell Inspiron 8600. Seems to be running fine except for one particular annoyance: It freezes whenever a system bell/beep plays. I have mitigated this by turning the system bell off in gnome-terminal, which I use... (3 Replies)
Discussion started by: DeadBadger
3 Replies

6. HP-UX

how to mount a file system from a solaris server into an hp-ux system

Hi all I wonder if its possible to mount on a hp-ux server a file system that was previously mounted on a solaris 10 server. The LUN is on NetApp stoarge. The problem on hp-ux I cannot do pvcreate on the lun (disk) because contains data. Any help will be appreciated FR (2 Replies)
Discussion started by: fretagi
2 Replies

7. AIX

Accessing files on AIX system from Linux system

I have a following requirement in production system 1 : LINUX User: abcd system 2: AIX (it is hosting a production DB) Requirement user abcd from system 1 should have read access on archive log files created by DB on system 2. The log files are created with permissions 540 by user ora ,... (2 Replies)
Discussion started by: amitnm1106
2 Replies

8. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

9. UNIX for Beginners Questions & Answers

Migrating jobs from COBOL Mainframe system to UNIX system

In a nutshell requirement is to migrate the system from mainframe environment to UNIX environment (MF cobol would be used I guess). I have not much of idea in this field. I need to do some investigation on following points - - Ease of conversion - Known Data compatibility issue - Issue in... (9 Replies)
Discussion started by: Tjsureboy4me
9 Replies
Prophet::Replica::prophet(3pm)				User Contributed Perl Documentation			    Prophet::Replica::prophet(3pm)

Replica Format
       overview

	$URL
	   /<db-uuid>/
	       /replica-uuid
	       /latest-sequence-no
	       /replica-version
	       /cas/records/<substr(sha1,0,1)>/substr(sha1,1,1)/<sha1>
	       /cas/changesets/<substr(sha1,0,1)>/substr(sha1,1,1)/<sha1>
	       /records (optional?)
		   /<record type> (for resolution is actually _prophet-resolution-<cas-key>)
		       /<record uuid> which is a file containing a list of 0 or more rows
			   last-changed-sequence-no : cas key

	       /changesets.idx

		   index which has records:
		       each record is : local-replica-seq-no : original-uuid : original-seq-no : cas key
		   ...

	       /resolutions/
		   /replica-uuid
		   /latest-sequence-no
		   /cas/<substr(sha1,0,1)>/substr(sha1,1,1)/<sha1>
		   /content (optional?)
		       /_prophet-resolution-<cas-key>	(cas-key == a hash the conflicting change)
			   /<record uuid>  (record uuid == the originating replica)
			       last-changed-sequence-no : <cas key to the content of the resolution>

		   /changesets.idx
		       index which has records:
			   each record is : local-replica-seq-no : original-uuid : original-seq-no : cas key
		       ...

       Inside the top level directory for the mirror, you'll find a directory named as a hex-encoded UUID.  This directory is the root of the
       published replica. The uuid uniquely identifes the database being replicated.  All replicas of this database will share the same UUID.

       Inside the <db-uuid> directory, are a set of files and directories that make up the actual content of the database replica:

       "replica-uuid"
	 Contains the replica's hex-encoded UUID.

       "replica-version"
	 Contains a single integer that defines the replica format.

	 The current replica version is 1.

       "latest-sequence-no"
	 Contains a single integer, the replica's most recent sequence number.

       "cas/records"
       "cas/changesets"
	 The "cas" directory holds changesets and records, each keyed by a hex-encoded hash of the item's content. Inside the "cas" directory,
	 you'll find a two-level deep directory tree of single-character hex digits.  You'll find  the changeset with the sha1 digest
	 "f4b7489b21f8d107ad8df78750a410c028abbf6c" inside "cas/changesets/f/4/f4b7489b21f8d107ad8df78750a410c028abbf6c".

	 You'll find the record with the sha1 digest "dd6fb674de879a1a4762d690141cdfee138daf65" inside
	 "cas/records/d/d/dd6fb674de879a1a4762d690141cdfee138daf65".

	 TODO: define the format for changesets and records

       "records"
	 Files inside the "records" directory are index files which list off all published versions of a record and the key necessary to retrieve
	 the record from the content-addressed store.

	 Inside the "records" directory, you'll     warn "Got types ".join(',',@types);find directories named for each "type" in your database.
	 Inside each "type" directory, you'll find a two-level directory tree of single hexadecimal digits. You'll find the record with the type
	 <Foo> and the UUID "29A3CA16-03C5-11DD-9AE0-E25CFCEE7EC4" stored in

	  records/Foo/2/9/29A3CA16-03C5-11DD-9AE0-E25CFCEE7EC4

	 The format of record files is:

	     <unsigned-long-int: last-changed-sequence-no><40 chars of hex: cas key>

	 The file is sorted in asecnding order by revision id.

       "changesets.idx"
	 The "changesets.idx" file lists each changeset in this replica and provides an index into the content-addressed storage to fetch the
	 content of the changeset.

	 The format of record files is:

	     <unsigned-long-int: sequence-no><16 bytes: changeset original source uuid><unsigned-long-int: changeset original source sequence no><16 bytes: cas key - sha1 sum of the changeset's content>

	 The file is sorted in ascending order by revision id.

       "resolutions"
	 TODO DOC RESOLUTIONS

   BUILD
       Open a connection to the prophet replica source identified by "$self-"url>.

   replica_version
       Returns this replica's version.

   set_replica_version
       Sets the replica's version to the given integer.

   uuid
       Return the replica's UUID

Internals of record handling
   changesets_for_record { uuid => $uuid, type => $type, limit => $int }
       Returns an ordered set of changeset objects for all changesets containing changes to this object.

       Note that changesets may include changes to other records

       If "limit" is specified, only returns that many changesets (starting from record creation).

perl v5.10.1							    2009-12-22					    Prophet::Replica::prophet(3pm)
All times are GMT -4. The time now is 11:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy