Jake,, Jose
I got it worked with the connectivity part thanks
[oracle@ATST-META1-RHEL8 dxtoolkit2]$ ./dx_get_db_env -configfile dxtools.conf -d ip-10-81-12-108.us-west-2.compute.internal
Appliance Hostname Database Group Type SourceDB Parent snapshot Used [GB] Status Enabled Unique Name Parent time VDB creation time VDB refresh time
-------------------- -------------------- ------------------------------ --------------- -------- ------------------------------ ----------------------------------- ---------- ---------- ---------- ------------------------------ ----------------------------------- ----------------------------------- -----------------------------------
ip-10-81-12-108.us-w NA dev_msk6@ip-10-77-110-12-3 Targets@ip-10-7 VDB N/A 8.14 NA N/A dev_msk6 N/A 2022-05-27 17:08:56 2024-05-18 13:18:29
ip-10-81-12-108.us-w 10.81.2.119 at1saws Targets VDB dev_msk6@ip-10-77-110-12-3 2024-05-18 13:28:15 PDT 1835.74 RUNNING enabled at1saws 2024-05-18 13:28:15 PDT 2022-06-30 14:39:59 2024-05-24 21:18:05
ip-10-81-12-108.us-w 10.81.2.119 at3saws Targets VDB dev_msk6@ip-10-77-110-12-3 2024-05-18 13:28:15 PDT 176.23 RUNNING enabled at3saws 2024-05-18 13:28:15 PDT 2022-06-30 15:02:48 2024-05-24 21:32:22
ip-10-81-12-108.us-w 10.81.2.119 at4saws Targets VDB dev_msk6@ip-10-77-110-12-3 2024-05-18 13:28:15 PDT 172.42 RUNNING enabled at4saws 2024-05-18 13:28:15 PDT 2022-06-30 15:13:59 2024-05-27 02:02:55
ip-10-81-12-108.us-w 10.81.2.119 at5saws Targets VDB dev_msk6@ip-10-77-110-12-3 2024-05-18 02:22:48 PDT 140.52 RUNNING enabled at5saws 2024-05-18 02:22:48 PDT 2022-07-06 17:49:40 2024-06-01 21:10:41
ip-10-81-12-108.us-w 10.81.2.79 brg1saws Targets VDB dev_msk6@ip-10-77-110-12-3 2024-05-18 13:28:15 PDT 2457.05
------------------------------
Jesus Alejandro Gutierrez Blanco
Database Specialist
Delphix Community Members
------------------------------
Original Message:
Sent: 07-10-2024 06:06:59 PM
From: Jake Wright
Subject: Dxtoolkit not working for us after migrate to Red Hat Enterprise Linux 8.9
@Kihong - just to clarify, I think idea here is to define a different TMP environment variable so it's not defaulting to /tmp. The sugesstion is to create a folder in your home directory (the '~' part in front of /tmp) and then assign the TMP variable to '~/tmp'.
So I think the answer to your question is yes, a separate location defined by your team if that makes sense. I'm far from a technical expert - just wanted to throw that out there in case there was confusion.
------------------------------
Jake Wright
Delphix Community Members
Original Message:
Sent: 07-10-2024 02:58:11 PM
From: kihong wong
Subject: Dxtoolkit not working for us after migrate to Red Hat Enterprise Linux 8.9
Yes, it is the issue with /tmp. Our Unix team is asking if dxtoolkit use other location instead of /tmp?
Please advise.
Kihong
------------------------------
kihong wong
dba
California Statewide Automated Welfare System (CalSAWS) Consortium
Original Message:
Sent: 07-09-2024 02:56:31 AM
From: Jose Manuel Rodriguez Prieto
Subject: Dxtoolkit not working for us after migrate to Red Hat Enterprise Linux 8.9
This is typically due to the new ACL access in /tmp that is enabled by default in RHEL 8.
Create a new temporary folder and define your TMP environment variable to point there like so:
mkdir ~/tmp
export TMP=~/tmp
Then try your dxtoolkit commands as usual and let us know the outcome.
------------------------------
Jose Manuel Rodriguez Prieto
Technical Account Manager
Delphix
Original Message:
Sent: 07-05-2024 02:24:13 PM
From: kihong wong
Subject: Dxtoolkit not working for us after migrate to Red Hat Enterprise Linux 8.9
One of our server were migrate from redhat 7 to redhat 8. So we have download the dxtoolkit2-v2.4.24-redhat8-installer.tar.gz but we still have this issue when issue any delphix command. nothing return.
For example:
cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.9 (Ootpa)"
ID="rhel"
VERSION_ID="8.9"
[dxtoolkit2]$ ./dx_get_snapshots -help
[dxtoolkit2]$
In our redhat7 server will return information.
Please help us find the root cause.
Thanks,
kihong
------------------------------
kihong wong
dba
California Statewide Automated Welfare System (CalSAWS) Consortium
------------------------------