![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SQL Anywhere Network Server Version 11.0.1.2250 Advanced edition 16 logical processor(s) on 4 physical processor(s) detected. Running Windows 2003 Build 3790 Service Pack 2 on X86 (X86_64) Server built for X86 processor architecture 25165824K of memory used for caching Physical memory allocated for images: 24883928K Address space allocated: 1237664K Using a maximum page size of 8192 bytes ================================================== == Verify that the database is encrypted: SELECT DB_PROPERTY('Encryption'); Return "AES256_FIPS" ================================================== == If this server property retun "No" does that meant that we're not using FIPS? And to fix this we would need to added: -FIPS in our command line with the key....right? SELECT PROPERTY ( 'FipsMode' ); Return "No" ================================================== == Thanks in advance for your help. Best regards, Rachan Terrell |
#3
| |||
| |||
|
|
I think the answer is yes. But what exactly is your question again? "Rachan Terrell" <Rachan.Terrell (AT) Stanleyassociates (DOT) com> wrote in message news:4a8d7377$1 (AT) forums-1-dub (DOT) .. SQL Anywhere Network Server Version 11.0.1.2250 Advanced edition 16 logical processor(s) on 4 physical processor(s) detected. Running Windows 2003 Build 3790 Service Pack 2 on X86 (X86_64) Server built for X86 processor architecture 25165824K of memory used for caching Physical memory allocated for images: 24883928K Address space allocated: 1237664K Using a maximum page size of 8192 bytes ================================================== == Verify that the database is encrypted: SELECT DB_PROPERTY('Encryption'); Return "AES256_FIPS" ================================================== == If this server property retun "No" does that meant that we're not using FIPS? And to fix this we would need to added: -FIPS in our command line with the key....right? SELECT PROPERTY ( 'FipsMode' ); Return "No" ================================================== == Thanks in advance for your help. Best regards, Rachan Terrell |
#4
| |||
| |||
|
|
I think the answer is yes. But what exactly is your question again? "Rachan Terrell" <Rachan.Terrell (AT) Stanleyassociates (DOT) com> wrote in message news:4a8d7377$1 (AT) forums-1-dub (DOT) .. SQL Anywhere Network Server Version 11.0.1.2250 Advanced edition 16 logical processor(s) on 4 physical processor(s) detected. Running Windows 2003 Build 3790 Service Pack 2 on X86 (X86_64) Server built for X86 processor architecture 25165824K of memory used for caching Physical memory allocated for images: 24883928K Address space allocated: 1237664K Using a maximum page size of 8192 bytes ================================================== == Verify that the database is encrypted: SELECT DB_PROPERTY('Encryption'); Return "AES256_FIPS" ================================================== == If this server property retun "No" does that meant that we're not using FIPS? And to fix this we would need to added: -FIPS in our command line with the key....right? SELECT PROPERTY ( 'FipsMode' ); Return "No" ================================================== == Thanks in advance for your help. Best regards, Rachan Terrell |
#5
| |||
| |||
|
|
Question: If this server property (SELECT PROPERTY ( 'FipsMode' ) retun "No" doesthat meant that we're not using FIPS? Best regards, Rachan Terrell "Nick Elson [Sybase iAnywhere]" <@nick@.@elson@@sybase@.@com@> wrote in message news:4a8da9b4$2 (AT) forums-1-dub (DOT) .. I think the answer is yes. But what exactly is your question again? "Rachan Terrell" <Rachan.Terrell (AT) Stanleyassociates (DOT) com> wrote in message news:4a8d7377$1 (AT) forums-1-dub (DOT) .. SQL Anywhere Network Server Version 11.0.1.2250 Advanced edition 16 logical processor(s) on 4 physical processor(s) detected. Running Windows 2003 Build 3790 Service Pack 2 on X86 (X86_64) Server built for X86 processor architecture 25165824K of memory used for caching Physical memory allocated for images: 24883928K Address space allocated: 1237664K Using a maximum page size of 8192 bytes ================================================== == Verify that the database is encrypted: SELECT DB_PROPERTY('Encryption'); Return "AES256_FIPS" ================================================== == If this server property retun "No" does that meant that we're not using FIPS? And to fix this we would need to added: -FIPS in our command line with the key....right? SELECT PROPERTY ( 'FipsMode' ); Return "No" ================================================== == Thanks in advance for your help. Best regards, Rachan Terrell |
#6
| |||
| |||
|
|
If we have our database encrypted but did not have our server running with '-fips' switch then we are not FIPS compliance correct? Best regards, Rachan Terrell "Rachan Terrell" <Rachan.Terrell (AT) Stanleyassociates (DOT) com> wrote in message news:4a8e97cb (AT) forums-1-dub (DOT) .. Question: If this server property (SELECT PROPERTY ( 'FipsMode' ) retun "No" doesthat meant that we're not using FIPS? Best regards, Rachan Terrell "Nick Elson [Sybase iAnywhere]" <@nick@.@elson@@sybase@.@com@> wrote in message news:4a8da9b4$2 (AT) forums-1-dub (DOT) .. I think the answer is yes. But what exactly is your question again? "Rachan Terrell" <Rachan.Terrell (AT) Stanleyassociates (DOT) com> wrote in message news:4a8d7377$1 (AT) forums-1-dub (DOT) .. SQL Anywhere Network Server Version 11.0.1.2250 Advanced edition 16 logical processor(s) on 4 physical processor(s) detected. Running Windows 2003 Build 3790 Service Pack 2 on X86 (X86_64) Server built for X86 processor architecture 25165824K of memory used for caching Physical memory allocated for images: 24883928K Address space allocated: 1237664K Using a maximum page size of 8192 bytes ================================================== == Verify that the database is encrypted: SELECT DB_PROPERTY('Encryption'); Return "AES256_FIPS" ================================================== == If this server property retun "No" does that meant that we're not using FIPS? And to fix this we would need to added: -FIPS in our command line with the key....right? SELECT PROPERTY ( 'FipsMode' ); Return "No" ================================================== == Thanks in advance for your help. Best regards, Rachan Terrell |
![]() |
| Thread Tools | |
| Display Modes | |
| |